home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / A / AciusTN8-92 / GraphicalButtonsƒ / ButtonPkg-US / ButtonPackage.Ext / ButtonPackage.Ext.rsrc / 4Dte_26003 < prev    next >
Encoding:
Text File  |  1992-10-10  |  446 b   |  13 lines

  1. This function read the state of a two state button managed by an external area %bp_RadioButton. The returned value may be 0 (up button) or 1 (down button). The parameter is the name of the externa area.
  2.  
  3. Use example :
  4. In external area script :
  5. If((bp_Read(Self»))=1)
  6.   ` Down button
  7.   …
  8. Else
  9.    ` Up button
  10.    …
  11. End if
  12.  
  13. Written by François Marchal, © ACI 1991. Source Code in MPW Pascal and complete explanations in ACI Technical Note 23, May 91